home *** CD-ROM | disk | FTP | other *** search
- on guygo
- set a to 10
- repeat while a < 70
- set the locH of sprite 36 to the locH of sprite 36 + a
- updateStage()
- startTimer()
- repeat while the timer < 5
- end repeat
- set a to a + 10
- end repeat
- set the castNum of sprite 35 to 965
- set the castNum of sprite 37 to 960
- set the castNum of sprite 38 to 960
- updateStage()
- startTimer()
- repeat while the timer < 15
- end repeat
- set the castNum of sprite 35 to 966
- updateStage()
- pause()
- end
-